projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464eec6
)
net: phy: Cleanup drivers/net/phy/micrel.c
author
Pavel Machek
<
[email protected]
>
Tue, 9 Sep 2014 12:26:51 +0000
(14:26 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 6 Oct 2014 15:36:40 +0000
(17:36 +0200)
Old saying says that more than three exclamation marks in a row are
sign of mental disease. Cleanup micrel.c.
Signed-off-by: Pavel Machek <
[email protected]
>
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: Wolfgang Denk <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Cc: Joe Hershberger <
[email protected]
>
Acked-by: Chin Liang See <
[email protected]
>
drivers/net/phy/micrel.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/micrel.c
b/drivers/net/phy/micrel.c
index 5d7e3be52e095cf06977b7f5ee68b575f2a284f4..507b9a368be72e6d24fea6da9f169cbc2c4cb579 100644
(file)
--- a/
drivers/net/phy/micrel.c
+++ b/
drivers/net/phy/micrel.c
@@
-25,8
+25,7
@@
static struct phy_driver KSZ804_driver = {
#ifndef CONFIG_PHY_MICREL_KSZ9021
/*
* I can't believe Micrel used the exact same part number
- * for the KSZ9021
- * Shame Micrel, Shame!!!!!
+ * for the KSZ9021. Shame Micrel, Shame!
*/
static struct phy_driver KS8721_driver = {
.name = "Micrel KS8721BL",
@@
-40,7
+39,7
@@
static struct phy_driver KS8721_driver = {
#endif
-/*
*
+/*
* KSZ9021 - KSZ9031 common
*/
@@
-69,8
+68,8
@@
static int ksz90xx_startup(struct phy_device *phydev)
phydev->speed = SPEED_10;
return 0;
}
-#ifdef CONFIG_PHY_MICREL_KSZ9021
+#ifdef CONFIG_PHY_MICREL_KSZ9021
/*
* KSZ9021
*/